-
Notifications
You must be signed in to change notification settings - Fork 32
chore: move FadeInSlideOut into Animation folder & write story #3082
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
View your CI Pipeline Execution ↗ for commit a8a99c9
☁️ Nx Cloud last updated this comment at |
This reverts commit f06d75b.
{isVisible ? 'Thanks!' : 'Click me.'} | ||
</FillButton> | ||
</Box> | ||
<Box mt={8}> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You may want to give this a fixed height. I noticed that the animation is a little chunky in storybook because it's recalculating the height at the same time. Something to be aware of when we use it i guess too, but it may just be an issue with the storybook layout.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm!
📬Published Alpha Packages:@codecademy/[email protected] |
🚀 Styleguide deploy preview ready! |
Overview
Moves
FadeInSlideOut
animation component from/Motion
directory into/Animation
. Additionally, adds a story page forFadeInSlideOut
.PR Checklist
Testing Instructions
FadeInSlideOut
animationFadeInSlideOut
docsFadeInSlideOut
docsPR Links and Envs